From 35808a918de5f8e12b5c47b7986cb2382a193b06 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 28 Jun 2022 21:31:07 +0100 Subject: [PATCH] ci: Force the fedora image for the publish-docs job Otherwise every CI runner might decide to use a different default image, and we'll end up on one that doesn't have curl. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2a742d86b..cf0311a5f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -346,6 +346,7 @@ reference: - _reference publish-docs: + image: fedora:latest stage: publish needs: ['reference'] script: -- 2.30.2